home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / cddae300.exe / _SETUP.1 / CDDAE.exe / 0 / RCDATA / TWAVENORMALIZER / TWAVENORMALIZER.txt
Encoding:
Text File  |  1998-11-02  |  5.2 KB  |  226 lines

  1. object WaveNormalizer: TWaveNormalizer
  2.   Left = 376
  3.   Top = 265
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Wave Normalizer'
  7.   ClientHeight = 250
  8.   ClientWidth = 408
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label9: TLabel
  21.     Left = 268
  22.     Top = 139
  23.     Width = 13
  24.     Height = 19
  25.     AutoSize = False
  26.     Caption = '%'
  27.     Layout = tlCenter
  28.   end
  29.   object Label1: TLabel
  30.     Left = 152
  31.     Top = 139
  32.     Width = 58
  33.     Height = 19
  34.     AutoSize = False
  35.     Caption = 'Normalize to'
  36.     Layout = tlCenter
  37.   end
  38.   object Filelist: TListView
  39.     Left = 8
  40.     Top = 8
  41.     Width = 393
  42.     Height = 121
  43.     OnClick = FilelistClick
  44.     Columns = <
  45.       item
  46.         Caption = 'Filename'
  47.         Width = 275
  48.       end
  49.       item
  50.         Alignment = taCenter
  51.         Caption = 'Size (MB)'
  52.         Width = 80
  53.       end>
  54.     ReadOnly = True
  55.     MultiSelect = True
  56.     OnColumnClick = FilelistColumnClick
  57.     OnCompare = FilelistCompare
  58.     PopupMenu = Popup
  59.     SortType = stText
  60.     TabOrder = 0
  61.     ViewStyle = vsReport
  62.   end
  63.   object Normalize: TBitBtn
  64.     Left = 320
  65.     Top = 136
  66.     Width = 81
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'Close'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 1
  73.     OnClick = NormalizeClick
  74.     Glyph.Data = {
  75.       DE010000424DDE01000000000000760000002800000024000000120000000100
  76.       0400000000006801000000000000000000001000000010000000000000000000
  77.       80000080000000808000800000008000800080800000C0C0C000808080000000
  78.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  79.       333333333333333333333333000033338833333333333333333F333333333333
  80.       0000333911833333983333333388F333333F3333000033391118333911833333
  81.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  82.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  83.       3333F8330000333333911111183333333338F333333F83330000333333311111
  84.       8333333333338F3333383333000033333339111183333333333338F333833333
  85.       00003333339111118333333333333833338F3333000033333911181118333333
  86.       33338333338F333300003333911183911183333333383338F338F33300003333
  87.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  88.       38F338F300003333333333333919333333388333338FFF830000333333333333
  89.       3333333333333333333888330000333333333333333333333333333333333333
  90.       0000}
  91.     NumGlyphs = 2
  92.   end
  93.   object RemoveWaves: TBitBtn
  94.     Left = 80
  95.     Top = 136
  96.     Width = 63
  97.     Height = 25
  98.     Hint = 'Remove Wave file(s) from the list'
  99.     Caption = '&Remove'
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     TabOrder = 2
  103.     OnClick = RemoveWavesClick
  104.     NumGlyphs = 2
  105.   end
  106.   object AddWaves: TBitBtn
  107.     Left = 8
  108.     Top = 136
  109.     Width = 63
  110.     Height = 25
  111.     Hint = 'Add Wave file(s) to be normalized'
  112.     Caption = '&Add'
  113.     ParentShowHint = False
  114.     ShowHint = True
  115.     TabOrder = 3
  116.     OnClick = AddWavesClick
  117.   end
  118.   object Status: TStatusBar
  119.     Left = 8
  120.     Top = 226
  121.     Width = 393
  122.     Height = 19
  123.     Align = alNone
  124.     Panels = <
  125.       item
  126.         Width = 270
  127.       end
  128.       item
  129.         Width = 50
  130.       end>
  131.     SimplePanel = False
  132.     SizeGrip = False
  133.   end
  134.   object NormPercent: TEdit
  135.     Left = 216
  136.     Top = 139
  137.     Width = 33
  138.     Height = 19
  139.     AutoSize = False
  140.     TabOrder = 5
  141.     Text = '0'
  142.     OnExit = NormPercentExit
  143.   end
  144.   object UDNormalize: TUpDown
  145.     Left = 249
  146.     Top = 139
  147.     Width = 15
  148.     Height = 19
  149.     Associate = NormPercent
  150.     Min = 0
  151.     Position = 0
  152.     TabOrder = 6
  153.     Wrap = False
  154.   end
  155.   object nofi: TGroupBox
  156.     Left = 8
  157.     Top = 164
  158.     Width = 393
  159.     Height = 55
  160.     TabOrder = 7
  161.     object Cancelling: TLabel
  162.       Left = 86
  163.       Top = 36
  164.       Width = 249
  165.       Height = 13
  166.       AutoSize = False
  167.       Caption = 'Cancelling after current file...'
  168.       Font.Charset = DEFAULT_CHARSET
  169.       Font.Color = clBlack
  170.       Font.Height = -11
  171.       Font.Name = 'MS Sans Serif'
  172.       Font.Style = [fsBold]
  173.       ParentFont = False
  174.       Transparent = True
  175.       Visible = False
  176.     end
  177.     object Label4: TLabel
  178.       Left = 8
  179.       Top = 36
  180.       Width = 29
  181.       Height = 13
  182.       AutoSize = False
  183.       Caption = 'Done:'
  184.     end
  185.     object DonePercents: TLabel
  186.       Left = 40
  187.       Top = 36
  188.       Width = 41
  189.       Height = 13
  190.       AutoSize = False
  191.     end
  192.     object DoneProgress: TProgressBar
  193.       Left = 8
  194.       Top = 17
  195.       Width = 377
  196.       Height = 16
  197.       Hint = 'Normalization progress'
  198.       Min = 0
  199.       Max = 100
  200.       TabOrder = 0
  201.     end
  202.   end
  203.   object OpenWaves: TOpenDialog
  204.     DefaultExt = 'WAV'
  205.     FileName = '*.wav'
  206.     Filter = 'Wave files (*.wav)|*.WAV'
  207.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  208.     Title = 'Open Wave file(s)'
  209.     Left = 152
  210.     Top = 56
  211.   end
  212.   object Popup: TPopupMenu
  213.     Left = 280
  214.     Top = 132
  215.     object Remove: TMenuItem
  216.       Caption = '&Remove'
  217.       OnClick = RemoveWavesClick
  218.     end
  219.     object Selectall: TMenuItem
  220.       Caption = '&Select all'
  221.       ShortCut = 16449
  222.       OnClick = SelectallClick
  223.     end
  224.   end
  225. end
  226.